home *** CD-ROM | disk | FTP | other *** search
/ Duke Screw'em 38D / Duke Screw'em 38D.iso / pc / vvdemo.dir / 00610_Script_610 < prev    next >
Text File  |  1996-06-29  |  287b  |  10 lines

  1. on mouseUp
  2.   global SUBTOTAL1, TAX1, TOTAL1, shipping1
  3.   put tax1 into field "tax"
  4.   put subtotal1 into field "total"
  5.   put shipping1 into field "total"
  6.   Put tax1 into field "total"
  7.   Set total1 = Subtotal1 + tax1 + Shipping1
  8.   put total1 into field "total"
  9.   GO TO "PRINT"
  10. end